23. Exercise: Add a New Activity

Add and Start a New Activity in Sunshine

Now it's your turn. Complete the TODOs in Exercise: S04.01-Exercise-LaunchNewActivity.

SOLUTION:
  • Add a EMPTY Activity to Sunshine called DetailActivity using the Android Studio new Activity wizard.
  • Replace the code that is currently showing a Toast in the MainActivity with an EXPLICIT Intent to start DetailActivity
  • Add an up button to your DetailActivity